inspector: Check a return value
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 19:56:34 +0000 (15:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Jul 2015 20:11:16 +0000 (16:11 -0400)
commit1b8d06da2d3f9c5615b2e367335e780c3bbb2947
tree88cf44e6926d0abb6f05109a24879d834d56ac8b
parentf960d4f486aa71f4c8e11ae3c464df1bbb84ed4e
inspector: Check a return value

We don't care about the error here, but we were relying on
g_resources_get_info to zero the size even in case of error.
No need to do that, we can just check the return value. Plus,
it makes coverity happy.
gtk/inspector/resource-list.c